/*
	Background Stretcher jQuery Plugin
	?2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/
.flashbg{position:relative;min-width:1200px;background:#ffffff;}
.flashdemoout{position:relative;height:426px;z-index:1;overflow:hidden;}
.flashmask{background:rgba(47, 45, 55, 0.3);height:426px;position:absolute;z-index:9990;top:0;left:0;width:100%;}
.flashdemo{height:426px;overflow:hidden;background:url(../images/loading2.gif) no-repeat center center;}
.bgstretcher-area {width:100%;margin:0 auto;text-align: left;zoom:1;height:426px;overflow:hidden;}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher{
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;}


.flashbtn_next{text-indent:-9999px;position:absolute;width:45px;height:44px;top:200px;right:50px;display:block;overflow:hidden;background:url(../images/flashbtn.png) no-repeat 0 0;z-index:9999;}
.flashbtn_next:hover{background-position:0 -70px;}
.flashbtn_prev{text-indent:-9999px;position:absolute;width:45px;height:44px;top:200px;left:50px;display:block;overflow:hidden;background:url(../images/flashbtn.png) no-repeat 0 -140px;z-index:9999;}
.flashbtn_prev:hover{background-position:0 -210px;}

.bgstretcher-pagebg{background:#f7f8fa;height:30px;overflow:hidden;width:100%;}
.bgstretcher-page{position:absolute;z-index:9999;bottom:20px;left:50%;}
.bgstretcher-page ul{overflow:hidden;}
.bgstretcher-page li{display:block;float:left;overflow:hidden;margin:0 5px;width:30px;height:7px;line-height:7px;}
.bgstretcher-page ul li a{background:#666666;color:#666666;display:block;font-size:0px;text-align:center;overflow: hidden;margin-top:3px;transition:margin 0.3s linear;}
.bgstretcher-page .showPage a,.bgstretcher-page ul li a:hover{background:#d0111b;color:#d0111b;}
.bgstretcher-page .showPage a{margin-top:0;transition:margin 0.3s linear;}
